HTML - Rahul Chauhan (Incapp)
HTML - Rahul Chauhan (Incapp)
In html 5:
<!DOCTYPE html>
In html 4:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div>
<h1>Heading</h1>
<p>This is a paragraph. </p>
</div>
Italic Text-
<p>this <i>paragraph</i> has a word in italic.</p>
Underlined Text-
<p>this <u>paragraph</u> has a word underlined.</p>
Strike Text-
<p>this <strike>paragraph</strike> has a word strike through.</p>
Smaller Text-
<p>this <small>paragraph</small > has a word smaller than other
words..</p>
Big Text-
<p>this <big>paragraph</big > has a word larger than other
words..</p>
Definition List ( dl )
Html
Hyper Text Markup Language
Css
Cascading Style Sheet
Js
Java Script
<iframe src="https://www.incapp.in"
height="300" width="500"> </iframe>