Anda di halaman 1dari 2

Dimaapi, Lianah Grace Ann L.

STEM 17

1. What is HTML?

HTML is the standard markup language for creating Web pages.

HTML stands for Hyper Text Markup Language


HTML describes the structure of Web pages using markup
HTML elements are the building blocks of HTML pages
HTML elements are represented by tags
HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
Browsers do not display the HTML tags, but use them to render the content of the page

Source: https://www.w3schools.com/html/html_intro.asp

2. List down commonly used HTML codes?

Opening Closing Text Formatting Alignment

<html> </html> <B>bold</B> <P ALIGN=Left>your text

<head> </head> <U>underline</U> <P ALIGN=Center>your text

<title> </title> <I>italic</I> <P ALIGN=Right>your text

<body> </body>

Source: https://www.washington.edu/accesscomputing/webd2/student/unit2/common_ta gs.html

3. What is WYSIWYG platform?

Allows a developer to see what the end result will look like while the interface or
document is being created.
WYSIWYG is an acronym for "what you see is what you get".
A WYSIWYG editor can be contrasted with more traditional editors that require the
developer to enter descriptive codes (or markup ) and do not permit an immediate way to
see the results of the markup.
One of the trade-offs, however, is that an HTML WYSIWYG editor sometimes inserts
the markup code it thinks is needed all on its own. Then, the developer has to know
enough about the markup language to go back into the source code and clean it up.

Source: http://whatis.techtarget.com/definition/WYSIWYG-what-you-see-is-what-you-get

4. What is the easiest way to create websites, through Notepad or through WYSIWYG
platform?

It is easier to create a website in WYSIWYG than using a notepad. In note pad, you will
manually type the codes thus; it will require a lot of knowledge to create a website. While
in WYSIWYG, even people who have no knowledge of HTML can use them to create
their websites. It Gives you more creative control as you get to focus more on what the
design looks like instead of what the HTML code looks like. Lastly, you will save time
because a lot of things that take long time to hand code in HTML are quickly and easily
done with a few clicks of a mouse.

Source: http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs

Anda mungkin juga menyukai