answersLogoWhite

0

📱

HTML

Hypertext Markup Language, or HTML for short, is a programming language most commonly used to develop websites and offline applications, such as manuals. Though the initial intent of the language was to exchange information from a small network of computers, it is now most often used to share information and allow engagement in online activities throughout a network with an increasing number of host computers. Questions about the development of applications and pages through HTML belong in this category.

2,666 Questions

Who is responsible for creating HTML code?

The individuals responsible for the coding, behavior, and ultimate presentation of a website are called Web Developers.

Who created the hypertext document?

Dr. Douglas Engelbart, the inventor of the computer mouse (along with Bill English), had a team that gave us the "keys to the kingdom" in a number of areas where they worked in computer development. Doug and the crew brought us hypertext and did early work on networking and on the graphical user interface (GUI), which we "see through" today like it's not even there - which is about the highest tribute regarding the value of something we use. You should drop by the Wikipedia article on this remarkable man and check it out. Oh, and because this is WikiAnswers, we'll even pay the freight by providing a hyperlink.

How can you make a website easily without knowing HTML code?

I would say it is impossible to create a website without HTML knowledge. Even if you use website builder you will still have to edit codes. You have to know HTML for this purpose. So, if you want to create a website of yours - it is better to start with learning basis of HTML. It will be very useful!

What is a flat image that can be displayed in three dimensions?

nothing really.

a 3 D figure must have 3 dimensions only:Height,Length,and Breadth.

Font size is measured by what?

Font size is measured in points. 1 point = 1/72 of an inch. 12 point font is 12/72 inches high.

72-point font is 1 inch high.

What is an HTML attribute used for?

In HTML, atttribute provides additional information about HTML element. Attribute of HTML element is written in start tag and usually come in name/value pair e.g. name="value". Attribute names and values are case sensative and it is recommented by W3C to write them in lower case. Some attributes which can be used on any HTML element are: classs, id, style, title etc.

Attribute values should always be quoted in single or double quotes. The best practice is to use double quotes around values.

How can you increase the size of font i?

Change the font size in your word processor or layout application, the printer should print at the size specified.

What is the function of title in HTML?

The TITLE element in an HTML page is used to describe the page. TITLE is, essentially, a specialized meta-tag.

The contents of the TITLE element are used by browsers when creating bookmarks, and are often displayed in the title bar of the window or tab the page is loaded in. Search engines also use the TITLE of the page when building links.

How can you make your text underlined?

You can use a HTML code.

<u>TEXTHERE</u>

use that code, by putting your text you want underlined where it says text here. That is for when you are on the computer, though, like making a web page or editing your profile etc.

Which item also belongs in the list?

accepting majority rule while insisting on minority rights

Is HTML static or dynamic in nature?

ANSWER Definition of DHTML An extension of the HTML language that enables the creation of presentation effects for text and objects. DHTML Stands for Dynamic HTML and it utilizes CSS (cascading style sheets) and JavaScript to allow developers more leverage in building web based applications and layouts. A small example of DHTML is a simple mouseover where when you hover over a link with your cursor, two images swap and then go back to normal when your mouse leaves the link. A better example of DHTML is when you can submit a form without having to reload the entire page.

How do you create a web page?

iPage Web, Create your own website and get a FREE domain name with iPage's easy, drag-and-drop website builder tools. Reliable, affordable web hosting since 1998! ht tps:// yazing . com/deals/ipage/omaros71 (Copy and Remove Space)

What is the difference between HTML and URL?

HTML stands for HyperText Markup Language. It's basically a coding language that web designers use to create web pages. URL means Uniform Resource Language. That's just fancy talk for a web address like www.google.com. HTTP means hypertext transfer protocol. That's just the type of address that the web page is coming from. With HTTP, you can basically only view the pages. There are a few different ones. With FTP, for example, you can upload and view other documents.

What is advantages to HTML editor?

A web designer/web engineer would use an HTML editor. If you are looking to design websites using HTML then you would most likely need an HTML editor. The industry standard for an HTML editor would be Adobe Dreamweaver. A free alternative to dreamweaver would be an open source editor called notepad++.

What is the HTML code for input student information?

You can create a form for student input information. It can create name, roll number, class, section etc.

A 12-point font is larger than a 10-point font?

Points are an old unit of measurements. They are the smallest measurement in the typographic system of measure. On a modern system, a point is 1/72nd of an inch (or around 0.357 mm.)

On the screen, this gets a little murky. Inches are hard to translate to the resolution of a computer screen, and so points are kept mainly in an effort to make people used to the measurement system comfortable.

Originally, a font-size was measured from the top to the bottom of the metal backing on the printer's letter. Now, fonts are normally measured from the top of their ascenders (like the top of a "k") to the bottom of the descenders (like the bottom of a "j".) A 12pt. font is a font that can be measured at 12pts, or a little less than 3/16ths of an inch.

How can we use script tag in java?

to implement javascript embed the statements between <script> n </script>,,,

and include any scripting language.

eg:<script LANGUAGE="javascript">

block of codes

</script>

What is the program that interprets HTML and enables to view files published on the web?

A Web Browser. Examples of web browsers include: Internet Explorer, Firefox, Google Chrome, and Opera.

What is a paragraph tag?

A paragraph tag is used within HTML syntax to create a section of text that the webpage interprets as a singular chunk (similar to a paragraph). Within HTML code, use the tags <p> and </p> to denote data you want to display within the paragraph. For instance:

<p>Text I want to display.</p>

Compare the advantages and disadvantages of using a Web authoring application an HTML editor and a text editor for developing websites?

Compare the advantages and disadvantages of using a Web authoring application, an HTML editor and a text editor for developing Web sites. List an example of each tool.

Dreamweaver is an example of HTML editor; EditPad Pro is an example of a text editor.

Text Editor

HTML Editor

Advantages

Disadvantages

Advantages

Disadvantages

Page creation is increased with knowledge of HTML

Limited to knowledge of HTML

No knowledge of HTML required

Often has invalid code

Create valid code

Can take longer to format

Can see page displayed while creating

Usually created with tables, not CSS

Tools to insert graphics

Unnecessary HTML code, takes longer for display

How many heading sizes does HTML support?

It supports 6 heading sizes using the <h1> to <h6> tags. The <h1> is the largest heading.

Where to place your h1 tags?

The only place that the HTML title tag is valid, according to the W3C, is inside the section of the document. So the tag fits into an HTML document like so</p><p><DOCTYPE appropriate for the doc></p><p><html></p><p><head></p><p><title>I love the fishes!

Content

It doesn't matter if the title comes first or last, or mixed in with other head tags like script or meta, but it *has* to be in the head. In XHTML and HTML5 this tag is required for the document to be valid.

I usually place the tags above my tag, sometimes in the section if I use that.

Who is responsible for releasing each new version of HTML?

There is an official HTML standards organization, called the World Wide Web Consortium (or W3C), see related link.

HTML versions are released as specifications, papers that describe which tags are valid and how they should work, and those specifications are released by the W3C.
But the specifications are just paper, and it is up to the browser vendors to implement the standards - they may implement bits they like, ignore bits they don't like and add bits they think are missing.
In the real world, the HTML versions we use are not controlled by any single organization. Historically, the standards have sometimes played catch up by just writing down what the browsers are already doing, and sometimes proposed stuff that has been universally ignored.

So the responsible would be the W3C, the 3-4 major browser vendors and the interaction between them. It is hard to be much more specific than that.