Basic HTML, really for beginners, Part 1
ma’af kalo englishnya belepotan, anda layak pake http://translate.google.com
Hypertext markup language (HTML) is a markup language used to create a web page and display the information in an Internet browser. Starting from a language that is widely used previously in the world of publishing and printing called sgml (Standard Generalized Markup Language), HTML is a standard that is widely used to display web pages. HTML is the standard at this time that Internet usage is controlled and defined by the World Wide Web Consortium (W3C).
HTML form code tags that instruct the browser to display in accordance with the desired result. A file is an HTML file can be opened using a web browser such as Mozilla Firefox or Microsoft Internet Explorer. HTML also can be identified by an email application or from PDAs and other programs that have the ability browser.
HTML document is similar to plain text document, this document only in a text can contain instructions that are marked with the code or better known as a TAG. For example, if you want to make the text appear to be thick, such as: TAMPIL TEBAL, written and performed by: Quick View <b> TAMPIL TEBAL </ b>. Alerts <b> used to print the instructions to activate the bold, followed by the text that you want to bold, and ends with </ b> to turn off the bold print.
Markup / Alerts
In general, there are 4 types of elements from the HTML:
- Structural. signs that determine the level or levels of a text (eg, <h1> Golf </ h1>) will command the browser to display the “Golf” as the big bold text that shows as heading 1
- Presentational. signs that determine the appearance of a text is not concerned with the level of the text (eg, <b> boldface </ b>) will show bold. Alerts presentational already started at this time replaced by CSS and not recommended to set the display text,
- Hypertext. signs that indicate a link to a section of the document or link to another document (eg, <a href=”http://www.wikipedia.org/”> Wikipedia </ a> will show Wikipedia as a hyperlink to a specific URL),
- Elements that make a widget objects such as buttons (<button>), list (<li>), and the horizontal line (<hr>).
In addition to presentational markup, markup that the line does not specify how the view of a text. But for now, the use of HTML tags to determine the view has been encouraged to start to be abandoned and instead use Cascading Style Sheets
The html file is a text file that you can edit through the application such as Notepad, Notepad + +, Macromedia Dreamwaver, and stored with extensi. Htm or. Html
General structure of the basic form of html:
<html>
<head>
<title> web shown on / in the title </ title>
</ Head>
<body>
Web Content
</ body>
</ html>
For Example, the steps of making: \
1. Open notepad (text editor) / click Start-All Prorgrams- ccessories-Notepad, and type text like this on your screen empty notepad:
<html>
<head>
<title>Wellcome…::: … PT. YARS IndoDesain Solution </ title>
</ head>
<body>
This is the main web page PT. YARS IndoDesain Hardware and Software Solution, here will be shown a list of list of links to various information that will be published in this web, using a variety of basic html tags
</ body>
</ html>
2. Save on drive c: \ latihan_html\
The file name: latih01.html
3. Then open your browser Internte Explorer or Mozilla Firefox or Safari and then, open Searched files that you store the latih01.html via File-> Open-> dst …, note the results
End of part 1 …
Related posts:




Recent Comments