html
hey all, im back blogging!
so today im gonna write about html
Html is a basic programming language, the full form is 'hyper text markup language'. Whenever you start a html page, first go to notepad and do whatever you want and save it as "def.html" to the desktop and then choose open with and choose google chrome .Start your html page with this:-
<!DOCTYPE HTML>
<BODY>
And end it with this:-
</BODY>
</HTML>
There are loads of html commands , now im gonna tell you about two basic commands , one of them is written as 'li', it gives you the bullets for the points you are writing. Heres an example:-
<!DOCTYPE html>
<body>
<li>one
<li>two
</body>
</html>
Find out the output
Another command is the 'font face'command which allows you to change the font of your output. Here is an example for both the commands:-
<!DOCTYPE html>
<body>
<font face = "lucida handwriting">
<li>one
<li>two
</body>
</html>
If you dont want to type all this just copy-paste it from here in your notepad document, save it and open with google chrome for your output
so today im gonna write about html
Html is a basic programming language, the full form is 'hyper text markup language'. Whenever you start a html page, first go to notepad and do whatever you want and save it as "def.html" to the desktop and then choose open with and choose google chrome .Start your html page with this:-
<!DOCTYPE HTML>
<BODY>
And end it with this:-
</BODY>
</HTML>
There are loads of html commands , now im gonna tell you about two basic commands , one of them is written as 'li', it gives you the bullets for the points you are writing. Heres an example:-
<!DOCTYPE html>
<body>
<li>one
<li>two
</body>
</html>
Find out the output
Another command is the 'font face'command which allows you to change the font of your output. Here is an example for both the commands:-
<!DOCTYPE html>
<body>
<font face = "lucida handwriting">
<li>one
<li>two
</body>
</html>
If you dont want to type all this just copy-paste it from here in your notepad document, save it and open with google chrome for your output
Didnt you see the 'hope you enjoy"?
ReplyDelete