Basic HTML
HTML stands for Hyper Text Markup Language.
Unlike a programming language.
HTML is essential for any web professional.
Modern Web Design
HTML: Structure
CSS: Presentation
JavaScript: Behavior
PHP: Backend
CMS: Content Manafement
The <html> Tag
The structure of an HTML document has been compared with sandwich. As a sandwich has two slices of bread, the HTML document has opening and closing HTML tags.
For example:-
<html>
..........
</html>
0 Comments:
Post a Comment