HTML page
página HTML
Frequência: 8.830.5 por milhão de palavras
A web page created using HTML.
Uma página da web criada usando HTML.
Categorias:
Exemplos (10)
HTML page = página HTML (Uma página da web criada usando HTML.)
- The browser's job is to render the HTML page for the user.A função do navegador é renderizar a página HTML para o usuário.
- For our first lesson, we will create a simple HTML page with a heading and a paragraph.Para nossa primeira aula, criaremos uma página HTML simples com um cabeçalho e um parágrafo.
- Right-click anywhere on the screen to view the source code of this HTML page.Clique com o botão direito em qualquer lugar da tela para ver o código-fonte desta página HTML.
- Every time you click a link, you are requesting a new HTML page from the server.Toda vez que você clica em um link, está solicitando uma nova página HTML do servidor.
- Without a CSS file linked, the raw HTML page looked very basic.Sem um arquivo CSS vinculado, a página HTML crua parecia muito básica.
- He saved the document as 'index.html' to make it the default HTML page for the website.Ele salvou o documento como 'index.html' para torná-lo a página HTML padrão do site.
- Unlike a dynamic site, this is just a static HTML page with fixed content.Diferente de um site dinâmico, esta é apenas uma página HTML estática com conteúdo fixo.
- The web server dynamically generates the HTML page based on the user's profile.O servidor web gera dinamicamente a página HTML com base no perfil do usuário.
- Using a validator can help you find errors in your HTML page.Usar um validador pode ajudá-lo a encontrar erros em sua página HTML.
- The basic structure of any HTML page includes ``, ``, and `` tags.A estrutura básica de qualquer página HTML inclui as tags ``, `` e ``.