• Matéria: Informática
  • Autor: fritasSx
  • Perguntado 6 anos atrás

Qual a marcação HTML correta para buscar o CSS *



<link rel="stylesheet" type="text/css" href="arquivo.css">

<link rel="stylesheet" href=arquivo.css">

<link rel="stylesheet" type="text/css">

<link rel="arquivo.css">​

Respostas

respondido por: DanyBrainly
4

Resposta:

A resposta é a 2.

<link rel="stylesheet" href=arquivo.css">

respondido por: jonathanmesquita
2

Resposta:

<link rel="stylesheet" href=arquivo.css">

Explicação:

Perguntas similares