Introduction to HTML
HTML is abbreviation of Hyper Text Markup Language which is a markup language currently used on the World Wide Web
No introduction to HTML would be complete without a discussion of the LOGICAL vs PHYSICAL markup battle at the heart of HTML
Physical HTML refers to using HTML to mark pages look a particular way.
Logical HTML refers to using specify the structure of a document while using another technology such as cascading style sheet to designate the look of the page
In case of HTML, markup command direct to our web-based content relay the structure of the document to the browser software and where appropriate, indicate how you want to content to be display. For example, if you want to display a section of text in boldface, then you must surround the corresponding text with the boldface markup tags as shown here
here is boldface statement
whole statement is called HTML Tagile) that contains the information you want to publish It also contains embedded instruction called element or Tag which indicate how a browser should structure or represent document
align=" “left”">My Blog
Where
is Tag Name
Align is attribute
Left is attribute value
My Bog is affected text
is end of the tag.Whole statement is HTML element
How to Start, Save, View HTML page
To Write the code open any text editor type the code save it with .HTHL Extension when you open that file now it will open in web browser the affected text only