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.

500 Questions

Does the scroll bar contain scroll arrows and a scroll box that enable you to view areas that currently cannot be seen?

User Avatar

Asked by Wiki User

The arrows are there to allow you to move through the document at a reliable pace (clicking the arrow will move you one "step" although the size of these steps vary from one software package to the next.

The scroll box allows you to drag the box to a specific location. This makes it easy to make jumps to specific portions of the document, rather than stepping through. This is particularly useful when a document is unusually long.

Where is the title tag information displayed when you preveiw in the browser?

User Avatar

Asked by Wiki User

Your title tag is also displayed at the top of your web browser and acts as a placeholder, especially for people who have many browser tabs open.

How do you add video in webpage using hyperlink?

User Avatar

Asked by Wiki User

You can't add a video in a webpage using hyperlink but through embedding instead.

How large is 10 point font?

User Avatar

Asked by Wiki User

Most renderings will make it about 10 pixels. No way to tell reliably since it can be changed in the default stylesheet of modern browsers.

What is a style sheet?

User Avatar

Asked by Wiki User

A style sheet is a document written with a list of rules and declarations that control the presentation of web documents. The standards used are from the W3C standards for Cascading Style Sheets or CSS. These rules allow a designer to build a style sheet document that controls how and in what way a marked up document is to be presented.

How do you change the font type in HTML?

User Avatar

Asked by Wiki User

The older way is by using the <font> tag

<font face = "courier new" size="3" color="red"> Sample text</font>

All text that is entered between the above two tags will be of type courier new, size 3 and color red.

However, generally people are no longer encouraged to use the font tag and instead to use CSS to do it. That involves using styles. The way you would do what is above would be something like this, with the example using a style in the span tag:

<span style="font-family: 'courier new'; font-size: 12pt; color:red;"> Sample text</span>

How does a computer convert sounds and pictures into codes?

User Avatar

Asked by Wiki User

Somethimes it uses a program in the operating system, but it really just depends on the OS

How do you convert a HTML file into JPEG file?

User Avatar

Asked by Wiki User

1.take screenshot.simple

It is not easy when the pdf file has a lot of pages.

2. Use some converting softwares.

Here are some pdf to jpg converting softwares in the related link.

Software that creates HTML code to make webpages?

User Avatar

Asked by Wiki User

MS Front PageMS Front Page is supposed to be the best but, before you use any HTML editor like Front Page you should have at least a basic knowledge of HTML. This will make it a lot easier to learn the program, develop a professional looking web page, and it will make a world of difference if you have to edit work you have already completed. It doesn't take long to learn. Even if you use an HTML editor you should know how to use tables properly. The program can't teach you this.

~

Visit the W3C [see related links] to learn about HTML, the standards behind good markup, and the changes in HTML markup. You will also learn about CSS and XML which will help you build some dynamics into your site.

Some other tools which are great for writing HTML pages:

  • HTMLkit [free and is a great learning tool as it anticipates what code you are keying in]
  • Google pages [for Google hosted sites]
  • Yahoo! Sitebuilder [for Yahoo! hosted sites]
  • Notepad2 [color codes your markup]
  • Dreamweaver [commercial software with WYSIWYG capability - but bloats code]

What does case sensitive?

User Avatar

Asked by Wiki User

This term typically applies to passwords. So if your password is WiKkI, then it needs to be entered exactly like it was when it was set up. Any letters that are capitalized must be entered as capitals otherwise it won't work.

What are the differences between UMLl and HTML?

User Avatar

Asked by Wiki User

UML (Unified Modeling Language) is a diagramming "language" used primarily for software design. It is called Unified because it standardizes several slightly disparate elements (e.g. uses cases, class diagrams, sequence diagrams).

XML (eXtensible markup language) is a language for storing and exchanging data in software, such are storing documentation or passing messages between applications. The word "extensible" is used because the language itself has provisions for creating and using user defined "tags".

What refers to the first page that a website displays?

User Avatar

Asked by Wiki User

If you are looking to automate your digital business or optimize your sales, this is for you.This tool helps you create your landing page or landing pages, allows you to improve interaction with your customers, and do everything in a more efficient way to allow you to take care of other tasks or have more free time.

In this video that I present you will learn the importance of digital marketing and I INVITE YOU TO TAKE ACTION !!

ht tps: //snip.ly/ tl12sn

(Remove spaces)

Html?

User Avatar

Asked by Muhammad faizan

HTML (Hypertext Markup Language) is the standard language used to create the structure and content of web pages. It defines the various elements on a page such as headings, paragraphs, images, links, forms, and more. HTML provides the foundational structure for displaying content in a web browser.

Relation between physics and math?

User Avatar

Asked by Wiki User

You NEED math to understand physics. If you don't know math, you won't be able to understand physics. The mathematical structure of a physics theory often points the way to further advances in that theory and even to empirical predictions, and argued that this is not just a coincidence and therefore must reflect some larger and deeper truth about both mathematics and physics. Various approximations that constitute our current physics theories are successful because simple mathematical structures can provide good approximations of certain aspects of more complex mathematical structures. In other words, our successful theories are not mathematics approximating physics, but mathematics approximating mathematics.

How do you adjust font size?

User Avatar

Asked by Wiki User

A font is the typeface you use when you are word processing. For instance, times new roman or calibri.

Font size is exactly as it says: the size of the font on the paper. It can be a standard 12 point or much smaller or much larger.

How are HTML editors accessed?

User Avatar

Asked by Wiki User

There are some online HTML editors, but the main ones are Notepad for window and TextEdit for Mac.

Why was the 4th amendment created?

User Avatar

Asked by Wiki User

People felt that their homes were not safe and that government could barge through their door at any time and that government could just take away their possessions. It protected people against unreasonable searches and seizures.

Why were you created?

User Avatar

Asked by Wiki User

We were born because god wanted some people to spread the word about himself so he created Adem an Eve. (this answer is dumb and man this person is so STUPID! ps. by tsalas10)

(this answer is not dumb and do not say i am STUPID because im not! ps. by tsalas10) You were born because you parents wanted to have you, to make your family legacy go on, and to have another family member but most of all, you were created because you parents wanted to raise you, and when you are an adult, help you live.

If the paragraph text is aligned with both the left and right margins it is said to be?

User Avatar

Asked by Wiki User

If both the left and right margins of text fall even with the text, the text is said to be justified.

What style is used to specify font size in a style?

User Avatar

Asked by Wiki User

You would specify the font size like so:

.myClassName {

font-size: 10px;

}

You can specify font sizes in:

- pixels (as seen above, by putting "px" at the end)

- points (think MS Word sizes, by putting "pt" at the end)

- ems (throw-back from printing presses, by putting "em" at the end)

- percentages (percentage of the inherited size, by putting "%" at the end)

What is HTML form?

User Avatar

Asked by Wiki User

The HTML form tag is a container tag for holding HTML elements that allow the user to submit information to the server for processing.

The form tag contains attributes like ID (which allows serverside code to identify the form) method (which is GET or POST, and defines how the info in the form will get sent to the server) and type (which is used to distinguish between regular forms, and forms that contain files.) The form tag also has the action attribute, which will tell the browser where to send the submitted data for processing.

<form id="search" action="search.php" method="get">

<!--Form elements go here-->

</form>

Which attribute of an HTML form tells the browser how to encode the information?

User Avatar

Asked by Wiki User

The enctype attribute indicates how the form data should be encoded. It is placed in the form tag inside it.

What do you call the links between the pages or other websites in HTML?

User Avatar

Asked by Wiki User

Links in HTML documents are called references. They are commonly known as href's, or HyperText References.