Computer in Science for Dummies
ʟᴀʏᴏᴜᴛ ʙʏ © ᴍ ᴏ ᴄ ʜ ᴀ
The layout was made specially for me.
All links open in a new tab.





 What is HTML?
Hello there! So for today, we are going to learn about........
Image result for html
So, what is HTML? Hypertext Markup Language or HTML is the another way to create webpage other than using google site , blogger or wordpress. The difference is to those who use html, the server are their own PCs. Meanwhile, for the easier platform to create blog or webpage, the server is from the company that offer the service.
We can use simple editor like the Notepad application that is available by clicking the Start button.

We can start by typing :

<html>
<body>

<h1> My first heading </h1>
<p> My first paragraph </p>

</body>
</html>

Basically, the slash( / ) represent a closing. For example, </p> means the  end of the paragraph.

In heading element, we have 6 sections which are <h1> <h2> <h3> <h4> <h5> <h6>
However, you do not need to use all of these elements.

Next, save  that. It will appear with *txt at the end of the file name. After that, we need to find the file and save it once again but edit the format of the file by replacing 'txt' with 'html'. Now our browser is available to open the file! When we click the HTML file it will appear like this:



Taraaaa!


Easy right?? : )
"What is HTML?" was Posted On: Thursday, February 16, 2017 @5:05 AM | 0 lovely comments

« Older posts | Newer posts»

Copyrighted © TeaCakeHouse. All rights reserved. Thank you.
View with Google Chrome in a 1280 x 800 SR. Inspired by Kaith, Images from Cursor from Images from

ʟᴀʏᴏᴜᴛ ʙʏ © ᴍ ᴏ ᴄ ʜ ᴀ