HTML Basics Notes: HTML: Hyper Text Markup Language
HTML Basics Notes: HTML: Hyper Text Markup Language
Internet plays an integral part of our lives. The World Wide Web presents loads of information in
pages called web pages. Web pages are generally a single HTML document. It may be lengthy. It
contains graphics, text, audio, video and links. Tim berners lee was the founder of HTML.
Web pages and website are linked so that you can browse with ease.
Markup language - style of writing and presenting info within text doc. It is used to design web
pages.
Features of HTML
HTML Tags
Attributes
<Html>
<Head>
<Title>________ </title>
<Body>
</body>
</html>
WYSIWYG editor
Text editor
Empty tags- Tags that only have an opening tag and no closing tag
HTML doc heading
Used to display text slightly bigger and bolder than normal text
Has 6 levels of headings
1st heading is suggested as container tag
‘n’ refers to heading varying between 1 to 6
Body tag
Is a container tag
Consists of the content and layout of a web page
Without additional formation the text will appear as a continuous paragraph
Only breaks in text occur at the line wrap width of the browser and the spaces between
words.
<p> tag
<Hr> tag
<Font> tag
Used to change the size, color and typerface of the short segment of the text on a HTML page